home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacPerl 5.0.3 / Preinstalled MacPerl (FAT) / eg / rmfrom < prev    next >
Encoding:
Text File  |  1994-12-26  |  166 b   |  8 lines  |  [TEXT/McPL]

  1. #!/usr/bin/perl -n
  2.  
  3. # $RCSfile: rmfrom,v $$Revision: 4.1 $$Date: 92/08/07 17:20:31 $
  4.  
  5. # A handy (but dangerous) script to put after a find ... -print.
  6.  
  7. chop; unlink;
  8.